services.frp.instances.<name>.settings

Frp configuration, for configuration options see the example of client or server on github.

Type
TOML value
Default
{ }
Example
{
  proxies = [
    {
      localIP = "127.0.0.1";
      localPort = 22;
      name = "ssh";
      remotePort = 6000;
      type = "tcp";
    }
  ];
  serverAddr = "x.x.x.x";
  serverPort = 7000;
}
Declared
<nixpkgs/nixos/modules/services/networking/frp.nix>